/*
 *header_v2
 *css
 */
 /* 搜索 */
 .header-wrap{
     background-color: white;
 }
 .m-header-search .searchBox,
 .m-header-search .layui-form-select .layui-input
 {
    border-radius: 5px;
 }
 .m-header-search .searchBtn{
     border-top-right-radius: 5px;
 }
 .m-header-search .searchBox{
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    padding-right: 60px;
    height: 34px;
    border: 1px solid #1EA0FF;
    text-align: left;
    position: relative;
    margin-top: 3px;
    margin-left: 20px;
 }
 .searchGroup::after{
     content: '';
     display: block;
     clear: both;
 }
.m-header-search {
    min-width: 1200px;
    padding: 0;
    height: 100px;
    display: table;
    box-sizing: border-box;
    text-align: left;
}
.m-header-search .middle-wrap{
    display: table-cell;
    vertical-align: middle;
}
.m-header-search .logo-cont{
    width: 170px;
    height: 100px;
    margin-left: 26px;
    position: relative;
}

.m-header-search .logo-cont .point-collect{
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    width: 170px;
    height: 100px;
    background: url(/static/web_site/images/public/point-collect@2x.png) no-repeat;
    background-size: 170px 93px;
    transition: all .2s;
    opacity: 0;
}
.m-header-search .logo-cont:hover .point-collect{
    display: block;
    opacity: 1;
}
.m-header-search .logo-cont .logo{
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    margin-top: 5px;
    width: 124px;
    height: 66px;
    background: url(/static/web_site/images/public/logo@2x.png) no-repeat;
    background-size: 100% 100%;
}
.m-header-search .logo-intro{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6400;
}
 
.m-header-search .head-right{
    margin-top: 30px;
 }
.m-header-search .c-opear .privG {
    margin: 10px 10px 0 0;
    position: relative;
}
.m-header-search .c-opear .privG .label {
    display: block;
    padding: 0 15px;
    height: 30px;
    background-color: white;
    box-shadow: transparent;
    border-radius: 4px;
    cursor: pointer;
}
.m-header-search .c-opear .privDrop {
    display: none;
    padding-top: 5px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 999;
}
.m-header-search .c-opear .privG .icon_vip{
    width: 27px;
    height: 20px;
    background: url(/static/web_site/images/public/navhead/vip-prive@2x.png) no-repeat;
    background-size: 100% 100%;
}
.m-header-search .c-opear .privG .txt{
    font-size: 16px;
    font-weight: 400;
    color: #A16412;
    line-height: 18px;
}
.m-header-search .jionvG{
    margin: 0;
}
.m-header-search .jionvG{
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, #FF6400, #FF9600);
    border-radius: 5px;
    cursor: pointer;
}
.m-header-search .jionvG:hover{
    background: rgba(255, 117, 61, 1);
}
.m-header-search .jionvG .vip{
    height: 100%;
    padding:0 20px 0 43px;
    box-sizing: border-box;
    background: url(/static/web_site/images/public/navhead/icon_vip2@2x.png) 20px center no-repeat;
    background-size: 18px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.m-header-search .m-navLogin{
    margin-left: 20px;
}
.m-header-search .m-navLogin .loginBtn{
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #1E9FFF;
    border: 1px solid #1E9FFF;
    border-radius: 5px;
    cursor: pointer;
}
.header-wrap .uGroup {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    max-width: 200px;
}
/* 会员特权 */
.m-header-search .c-opear .privG:hover .privDrop{
    display: block;
}
.m-header-search .c-opear .privDrop{
    display: none;
    padding-top: 5px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 999;
}
.m-header-search .c-opear .privDropCT {
    padding-top: 30px;
    width: 600px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 4px;
}
.m-header-search .c-opear .privDropCT .toplist {
    margin-bottom: 30px;
}
.f-f0tc {
    font-size: 0;
    text-align: center;
}
.m-header-search .c-opear .privDropCT .ite {
    box-sizing: border-box;
    padding-top: 15px;
    width: 255px;
    height: 131px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    text-align: left;
}
.m-header-search .c-opear .privDropCT .ite+.ite {
    margin-left: 30px;
}
.m-header-search .c-opear .privDropCT .ite .titG {
    margin-bottom: 10px;
    padding-left: 15px;
}
.m-header-search .c-opear .privDropCT .ite .name {
    margin-right: 10px;
    line-height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.m-header-search .c-opear .privDropCT .ite .num1 {
    margin-right: 10px;
    line-height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF3333;
}
.m-header-search .c-opear .privDropCT .ite .num2 {
    line-height: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: line-through;
    color: #333333;
}
.m-header-search .c-opear .privDropCT .ite .desc {
    margin-bottom: 10px;
    padding-left: 25px;
    height: 36px;
    line-height: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.m-header-search .c-opear .privDropCT .ite .action {
    padding-left: 25px;
}
.m-header-search .c-opear .privDropCT .ite .btn1 {
    background: linear-gradient(0deg, #FF9600, #FF6400);
    color: #FFFFFF;
}
.m-header-search .c-opear .privDropCT .ite .btnDesc {
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.m-header-search .c-opear .privDropCT .ite .btn2 {
    color: #FF6400;
}
.m-header-search .c-opear .privDropCT .ite .btn {
    width: 108px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #FF6400;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.m-header-search .c-opear .privDropCT .line1 {
    margin: 0 auto 20px;
    width: 540px;
    height: 1px;
    background: #CCCCCC;
}
.m-header-search .c-opear .privDropCT .rowTit {
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.m-header-search .c-opear .privDropCT .row.highschool {
    border: 1px solid #1EA0FF;
}
.m-header-search .c-opear .privDropCT .row {
    box-sizing: border-box;
    margin: 0 auto 20px;
    width: 540px;
}
.m-header-search .c-opear .privDropCT .row.highschool .lab {
    line-height: 100px;
    background: #1EA0FF;
}
.m-header-search .c-opear .privDropCT .row .lab {
    width: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 100%;
}
.m-header-search .c-opear .privDropCT .row .list {
    box-sizing: border-box;
    padding: 15px 0 0 20px;
    width: 487px;
}
.m-header-search .c-opear .privDropCT .row .it {
    margin: 0 15px 10px 0;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.m-header-search .c-opear .privDropCT .row.midschool {
    border: 1px solid #F59A23;
}
.m-header-search .c-opear .privDropCT .row.midschool .lab {
    line-height: 100px;
    background: #F59A23;
}
.m-header-search .c-opear .privDropCT .row.school {
    border: 1px solid #999999;
    position: relative;
}
.m-header-search .c-opear .privDropCT .row.school::before {
    content: '即将上线';
    width: 68px;
    height: 20px;
    line-height: 20px;
    background: #FF6400;
    border-radius: 0px 0px 0px 4px;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 10;
}
.m-header-search .c-opear .privDropCT .row.school .lab {
    line-height: 60px;
    background: #999999;
}
.m-header-search .c-opear .privDropCT .actions {
    height: 36px;
}
.m-header-search .c-opear .privDropCT .actions .view {
    display: block;
    border-top: 1px solid #CCCCCC;
    line-height: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.m-header-search .c-opear .privDropCT .actions .view:hover {
    color: #1E9FFF;
}
/* 导航 */
.m-headNav-wrap .navCT{
    background-color: white;
}
/* 当前 */
.m-headNav-wrap .dropCT{
    width: 200px;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-20px);
    min-width: 185px;
    max-width: 200px;
    transition: all .3s;
    background: white;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 999;
}
.m-headNav-wrap .dropG .label {
    padding-right: 20px;
    box-sizing: border-box;
    width: 200px;
    line-height: 50px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.m-headNav-wrap .dropG .label::after {
    content: '';
    margin-top: -4px;
    width: 13px;
    height: 9px;
    background: url(/static/web_site/images/icons/icon_arrow_bottom2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
}
.m-headNav-wrap .dropG:hover .label::after {
    background: url(/static/web_site/images/icons/icon_arrow_top2.png) no-repeat;
    background-size: 100% 100%;
}
.m-headNav-wrap .dropG:hover .label{
    font-weight: bold;
}
.m-headNav-wrap .dropG:hover .dropCT{
    height: auto;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0px);
}
.m-headNav-wrap .sub-lable{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    background-color: #E5F4FF;
    cursor: pointer;
    transition: all .3s;
}
.m-headNav-wrap .dropG .clum-sub[data-active='0'] .sub-lable[data-active='0'],
.m-headNav-wrap .dropG .clum-sub[data-active='1'] .sub-lable[data-active='1']{
    background-color: #1EA0FF;
    color: white;
}
.m-headNav-wrap .dropG .clum-sub[data-active='0'] .drop-cont[data-active='0'],
.m-headNav-wrap .dropG .clum-sub[data-active='1'] .drop-cont[data-active='1']{
    display: block;
}
.m-headNav-wrap .drop-cont{
    display: none;
    width: 165px;
    margin: 0 auto;
    text-align: center;
}
.m-headNav-wrap .drop-cont .drop-item.active{
    color: #1EA0FF;
}
.m-headNav-wrap .drop-item{
    display: block;
    padding: 12px 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}
.m-headNav-wrap .drop-item+.drop-item{
    border-top:1px solid #EDF3FF;
}
.m-headNav-wrap .drop-item:hover{
    color: #1EA0FF;
}
/* 当前 end */
.m-headNav-wrap .headNav-wrap{
    position: relative;
}
.m-headNav-wrap .navlink{
    width: auto;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    transition: all .3s;
    padding: 0 17px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    position: relative;
}
.m-headNav-wrap .dropG .label{
    background-color: #1EA0FF;
   border-radius: 10px 10px 0px 0px;
}
.m-headNav-wrap .navlink .link{
   color: #333333;
   height: 50px;
}
.m-headNav-wrap .navlink .text{
    display: inline-block;
    height: 100%;
    position: relative;
    z-index: 2;
}
.m-headNav-wrap .navs-cont{
    position: relative;
    z-index: 2;
}
.m-headNav-wrap .navlink .navs-cont::after{
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: transparent;
    border-radius: 3px;
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.m-headNav-wrap .navlink.active>.navs-cont::after,
.m-headNav-wrap .navlink.active>.link .navs-cont::after,
.m-headNav-wrap .navlink:hover>.navs-cont::after,
.m-headNav-wrap .navDropG:hover .dlink .navs-cont::after
{
    background: #CCEAFF;
}
.m-headNav-wrap .navlink.active .link,
.m-headNav-wrap .navlink.active>.navs-cont,
.m-headNav-wrap .navlink:hover .link,
.m-headNav-wrap .navlink:hover>.navs-cont,
.m-headNav-wrap .navDropG:hover .dlink .text{
    font-weight: bold;
    color: #1EA0FF;
}
.m-headNav-wrap .navlink .navDropG .dlink{
    background-color: white;
    color: #333333;
}
.m-headNav-wrap .navlink.hasDrop.active, .m-headNav-wrap .navlink.hasDrop:hover{
    background-color: white;
}
.m-headNav-wrap .sub-script{
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 5px;
    height: 5px;
    background: url(/static/web_site/images/public/navhead/icon-subscript@2x.png) no-repeat;
    background-size: 100% 100%;
}
.m-headNav-wrap .navlink:hover .sub-script{
    background: url(/static/web_site/images/public/navhead/icon-subscript-active@2x.png) no-repeat;
    background-size: 100% 100%;
}

.m-headNav-wrap .navDropG{
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 99;
    transform: translateY(-20px);
    transition: all .3s;
}
.m-headNav-wrap .navlink:hover .navDropG{
    opacity: 1;
    height: auto;
    transform: translateY(0px);
}
/* 右侧试题更新 */
.m-headNav-wrap .uptestG{
    position: absolute;
    bottom: 12px;
    right: 0;
    padding: 0 15px;
    height: 26px;
    background: #E5F4FF;
    border-radius: 13px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    color: #1EA0FF;
    text-align: center;
    cursor: pointer;
}
.m-headNav-wrap .uptestG>span+span{
    margin-left: 15px;
}
.m-headNav-wrap .uptestG .upcontG{
    position: absolute;
    top: 100%;
    right: 0;
    display: block ;
    height: 0;
    overflow: hidden;
    width: 185px;
    opacity: 0;
    z-index: 99;
    transition: all .3s;
    transform: translateY(-20px);
}
.m-headNav-wrap .up-cont-box{
    margin-top: 12px;
    background-color: white;
    border: 1px solid #E6E6E6;
}
.m-headNav-wrap .uptestG:hover .upcontG{
    display: block;
    opacity: 1;
    height: auto;
    transform: translateY(0px);
}
.m-headNav-wrap .uptop-area{
    padding:10px;
    box-sizing:border-box;
}
.m-headNav-wrap .uptop-area+.uptop-area{
    border-top: 1px solid #D9E6FF;
}
.m-headNav-wrap .up-data{
    width: 135px;
    margin: 0 auto;
   
    padding-bottom: 10px;
    text-align: right;
    padding-right: 20px;
}
.m-headNav-wrap .up-data+.up-data{
    border-top: 1px solid #EDF3FF;
}
.m-headNav-wrap .up-data .text{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
    padding: 10px 0 7px;
}
.m-headNav-wrap .num{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #333333;
   
}
.m-headNav-wrap .num-h{
    font-size: 14px;
    font-weight: 400;
    color: #FF6400;
}
.m-headNav-wrap .num-max{
    font-size: 24px;
    font-weight: 400;
    color: #FF6400;
}
.m-headNav-wrap .uptop-area .down-link{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: block;
    margin-top: 20px;
}
.m-headNav-wrap .uptop-area .down-link:hover{
    color: #1EA0FF;
}
.m-headNav-wrap .uptop-area .down-link:last-of-type{
    margin-bottom: 20px;
}
.m-headNav-wrap .down-avatar{
    width: 88px;
    margin: 0 auto;
    padding-left: 39px;
    box-sizing: border-box;
    background: url(/static/web_site/images/public/navhead/icon-bkw@2x.png) left center no-repeat;
    background-size: 34px 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #f26d61;
}